JBoss Community Archive (Read Only)

Teiid 8.8

OPTION Clause

The OPTION keyword denotes options the user can pass in with the command. These options are Teiid specific and not covered by any SQL specification.

Usage:

OPTION option (, option)*

Supported options:

Examples:

All tables specified in the OPTION clause should be fully qualified, however the name may match either an alias name or the fully qualified name.

Info

Previous versions of Teiid accepted the PLANONLY, DEBUG, and SHOWPLAN option arguments. These are no longer accepted in the OPTION clause. Please see the Client Developers Guide for replacements to those options.

MAKEDEP and MAKENOTDEP hints may take table names in the form of @view1.view2...table. For example with an inline view "select * from (select * from tbl1, tbl2 where tbl1.c1 = tbl2.c2) as v1 option makedep @v1.tbl1" the hint will now be understood as applying under the v1 view.

JBoss.org Content Archive (Read Only), exported from JBoss Community Documentation Editor at 2020-03-13 13:01:58 UTC, last content change 2014-07-17 12:34:58 UTC.